home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 47.7z / BS1 part 47 / UGA Utilities 6 (1989)(United Graphic Artists)(PD).7z / UGA Utilities 6 (1989)(United Graphic Artists)(PD).adf / b.doc < prev    next >
Text File  |  1988-01-19  |  5KB  |  124 lines

  1.  
  2.   PROGRAM SELECTOR V2.4  (March 1989)
  3.   -----------------------------------
  4.  
  5.     This program is freeware and may be distributed freely as long as this
  6. document is distributed with it. If you like it and use it a lot I would
  7. appreciate it if you'd send me a little contribution, software or tips.
  8.  
  9.     The Program Selector was written to help the user assemble programs on a
  10. single disk and start them in a userfriendly way. It can start any program
  11. that can be started from the CLI.
  12.  
  13.  
  14. OPTIONS :
  15.     You can specify two options on the command line.
  16.       -p   :  Selects the PAL resolution, the window will be 640x256.
  17.       -h   :  When this option is used the two columns will be filled evenly.
  18.  
  19.  
  20. FILE LIST :
  21.  
  22.     The Selector will read the file s:Selector.programs for a list of the
  23. programs. The file must have the following format :
  24.  
  25.     1st line :    TITLE (max 32 char.)
  26.     2nd line :    First program text (will appear in gadget,max 37)
  27.     3rd line :    First program command sequence :
  28.               CLI-commands seperated by a ';' (max 128 char.)
  29.                           Selector COMMANDS :
  30.                '*' : Put a '*' in front of the main program, if
  31.                  you want to multitask. If you don't want to
  32.                  be able to multitask a program don't put a
  33.                  '*' in front of the main program.
  34.                '#' : When there is a '#' in front of a program
  35.                  it will allways be launched, even in EXEC or
  36.                  RUN mode. (Useful for programs who need as
  37.                  much memory as possible and don't return to
  38.                  the CLI.)
  39.                '!' : The prompt command. The string following the
  40.                  '!' is no command but a prompt. A string
  41.                  gadget will appear and prompt you for the
  42.                  arguments to be passed to the command. (The
  43.                  '!' must be the command directly in front of
  44.                  the command you want the parameters to be
  45.                  passed to.
  46.                '<' : Read new file list. The selector will read
  47.                  the file directly following the '<' and
  48.                  will use this to display a new file list.
  49.                  (Useful for some sort of sub-directories.)
  50.                '@' : If you want to use a subtitle enter a '@'
  51.                  instead of the command sequence, the text
  52.                      will appear as a subtitle and can't be
  53.                  selected.
  54.               NOTE : Include the path to avoid problems.
  55.                  E.g. < sys:Program > instead of < Program >.
  56.                  Be careful when you use spaces !
  57.     4th line :    Second program text
  58.     5th line :    Second program command sequence or a '@'
  59.     ...        ...
  60.  
  61.     Example :
  62.     UTILITIES
  63.     This program is the editor
  64.     !Edit what file ? ;*c:MicroEMACS
  65.     This is a subtitle
  66.     @
  67.     This program doesn't work with fast memory
  68.     c:Run System:NoFastMem;*df0:ProgramName
  69.  
  70.  
  71. GADGETS :
  72.  
  73.     There are 22 gadgets for the file text in NTSC and 32 in PAL,
  74. so you can start 22 programs if you've got a NTSC Amiga and 32 with a PAL
  75. Amiga (minus the number of subtitles).
  76.     At the top right are two invisible depth-gadgets so you can depth arrange
  77. the Selector-window. In NTSC mode the window is a 640x200 borderless window
  78. so this can lead to funny effects if you have a PAL Amiga and move windows
  79. below the Selector window.
  80.     The top left contains the RUN-EXEC-LAUNCH gadget. This gadget indicates
  81. whether the programs will be EXECuted (the Selector will disappear and return
  82. after the program has finished), RUN (the program will multitask and you
  83. can keep on using the Selector) or LAUNCHed (the Selector will disappear and
  84. stay away, the startup-sequence will continue after the Selector command).
  85.     You can force a LAUNCH by putting a '#' in front of the main program, no
  86. matter what mode you are in the program will be LAUNCHed.
  87.  
  88.  
  89. OTHER FUNCTIONS :
  90.  
  91.     At the top right the selector will print the number of free bytes. This
  92. number will constantly update if the selector window is active.
  93.     When you click the right mouse button the Selector window will shrink to
  94. a small window the size of a title-bar. Click again to get the big window
  95. back.
  96.     The small window also contains a close gadget, when you press this the
  97. execution of the startup-sequence will continue after the Selector command.
  98.     The Selector will automatically select PAL mode if you need more than 22
  99. gadgets (If you've got PAL of course).
  100.  
  101.  
  102. INSTALLATION :
  103.  
  104.     To install Program Selector on your own disk, you must copy this files:
  105.     c:Selector         ->  YourDisk:c
  106.     Selector.doc       ->  YourDisk:
  107.     c:More             ->  YourDisk:c
  108.     c:Run              ->  YourDisk:c
  109.     Then you must create in YourDisk:s the Selector.programs file. I suggest
  110. you make the two last lines of your file :
  111.     About Program Selector
  112.     *c:More df0:Selector.doc
  113.     The last thing you must do is place the command 'Selector' in your 
  114. Startup-Sequence to invoke the Program Selector.
  115.  
  116.                 I hope you find this program useful,
  117.                 Bug reports, suggestions and hopefully
  118.                 donations to :    
  119.  
  120.                                            Francois Nico
  121.                                            Corbielaan 13
  122.                                            3060 Bertem BELGIUM
  123.  
  124.